Add CI tool for auto labelling the issue. #115
Add CI tool for auto labelling the issue. #115vatsalsinghkv merged 1 commit intovatsalsinghkv:mainfrom
Conversation
Signed-off-by: adity1raut <araut7798@gmail.com>
|
@adity1raut is attempting to deploy a commit to the vatsalsinghkv's projects Team on Vercel. A member of the Team first needs to authorize it. |
Auto-Labeling System DocumentationThis repository includes an intelligent auto-labeling system that automatically applies relevant labels to issues based on their title and content. 🤖 How It WorksWhen an issue is opened or edited, the auto-labeling workflow:
📋 Label CategoriesType Labels (Primary - First Match Wins)
Priority Labels
Difficulty Labels
Technology Labels
Default Label
🎯 Keyword DetectionBug DetectionTriggers
Enhancement DetectionTriggers
Documentation DetectionTriggers
Priority DetectionHigh Priority: urgent, critical, blocker, asap, immediately Difficulty DetectionGood First Issue: beginner, easy, simple, starter, first time, good first issue Technology Detection
📝 ExamplesIssue Titles → Labels Applied
🔄 Workflow TriggersThe auto-labeling runs when:
🛠️ CustomizationTo modify the labeling logic:
Example: Adding a New Label# Add to the workflow
if [[ "$COMBINED_TEXT" =~ (mobile|responsive|tablet|phone) ]]; then
LABELS+=("mobile")
echo "📱 Detected: Mobile"
fi🔍 TroubleshootingLabels Not Applied?
Wrong Labels Applied?
Missing Labels?Create missing labels in your repository:
🚀 Benefits
🎨 Recommended Label Colors
This auto-labeling system ensures your issues are consistently organized and easily discoverable! 🎉 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|

Fixed #67